Package com.cisco.pt.ipc.sim
Interface StaticMac
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
StaticMacImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetPort()intvoidsetMacAddress(MACAddress macAddress) voidvoidsetVlanId(int vlanId)
-
Method Details
-
getMacAddress
MACAddress getMacAddress()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress
- Parameters:
macAddress- Takes in a parameter of macAddress
-
getVlanId
int getVlanId()- Returns:
- int Returns a int
-
setVlanId
void setVlanId(int vlanId) - Parameters:
vlanId- Takes in a parameter of vlanId
-
getPort
String getPort()- Returns:
- String Returns a String
-
setPort
- Parameters:
port- Takes in a parameter of port
-